home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 January / Macworld (1997-01).dmg / Shareware World / Maths & Science / DynRisk 4.0.3 PPC / DynRisk-Help / DynRisk-Help.rsrc / TEXT_6301.txt < prev    next >
Text File  |  1996-08-30  |  2KB  |  30 lines

  1. Depending on the chosen algorithm for a node, its output value will be calculated by using either one or two operators, or none at all. In particular, the first operator, called ‚ÄúOperator 1‚Äù is used when the algorithm is either ‚ÄúGlobal only‚Äù, ‚ÄúSingle‚Äù or ‚ÄúDouble‚Äù.
  2.  
  3. If the algorithm is either ‚ÄúGlobal only‚Äù or ‚ÄúDouble‚Äù, Operator 1 describes how to combine the global input values. If the algorithm is ‚ÄúSingle‚Äù, Operator 1 describes how to combine the global input values as well as the local value.
  4.  
  5. The second operator, called ‚ÄúOperator 2‚Äù is used only when the algorithm is ‚ÄúDouble‚Äù. In this case it is used to describe how to combine the result from Operator 1 and the local value.
  6.  
  7. Note that unless the algorithm is ‚ÄúLocal only‚Äù or ‚ÄúCorrelation‚Äù, you can see which Operator 1 is being used in a given node by looking at its icon.
  8.  
  9. For Operator 1 you have the following options:
  10.  
  11.     ‚Ä¢ Sum
  12.     ‚Ä¢ Product
  13.     ‚Ä¢ Maximum
  14.     ‚Ä¢ Minimum
  15.  
  16. Sum
  17.  
  18. If ‚ÄúOperator 1‚Äù is ‚ÄúSum‚Äù, then the node combines all input values by adding them. If the chosen algorithm is ‚ÄúSingle‚Äù, the node also includes its own local value in the sum.
  19.  
  20. Product
  21.  
  22. If ‚ÄúOperator 1‚Äù is ‚ÄúProduct‚Äù, then the node combines all input values by multiplying them. If the chosen algorithm is ‚ÄúSingle‚Äù, the node also includes its own local value in the product.
  23.  
  24. Maximum
  25.  
  26. If ‚ÄúOperator 1‚Äù is ‚ÄúMaximum‚Äù, then the node combines all input values by taking the maximum value. If the chosen algorithm is ‚ÄúSingle‚Äù, the node also includes its own local value in the maximum.
  27.  
  28. Minimum
  29.  
  30. If ‚ÄúOperator 1‚Äù is ‚ÄúMinimum‚Äù, then the node combines all input values by taking the minimum value. If the chosen algorithm is ‚ÄúSingle‚Äù, the node also includes its own local value in the minimum.